
default: all

all:
	g++ -I./FreeImage -I./dd ccl.cpp ./FreeImage/libfreeimage.a -o ccl 

clean:
	rm -f *.o ccl
